pub unsafe extern "C" fn sys_sflist_get(
list: *mut _sflist,
) -> *mut _sfnode
Expand description
@brief Fetch and remove the first node of the given list
This and other sys_sflist_*() functions are not thread safe.
@param list A pointer on the list to affect
@return A pointer to the first node of the list (or NULL if empty)