pub unsafe extern "C" fn sys_sflist_find_and_remove(
list: *mut sys_sflist_t,
node: *mut sys_sfnode_t,
) -> bool
Expand description
@brief Find and remove a node from a list
This and other sys_sflist_*() functions are not thread safe.
@param list A pointer on the list to affect @param node A pointer on the node to remove from the list
@return true if node was removed