pub unsafe extern "C" fn sys_dnode_is_linked(
node: *const sys_dnode_t,
) -> bool
Expand description
@brief check if a node is a member of any list
@param node the node
@return true if node is linked into a list, false if it is not
pub unsafe extern "C" fn sys_dnode_is_linked(
node: *const sys_dnode_t,
) -> bool
@brief check if a node is a member of any list
@param node the node
@return true if node is linked into a list, false if it is not