genie_slist_get() function
Fetch and remove the first node of the given list This and other sys_slist_*() functions are not thread safe.
Arguments
list
A pointer on the list to affect
Return value
A pointer to the first node of the list (or NULL if empty)