pub unsafe extern "C" fn sys_dlist_is_empty(
    list: *const sys_dlist_t,
) -> boolExpand description
@brief check if the list is empty
@param list the doubly-linked list to operate on
@return true if empty, false otherwise
pub unsafe extern "C" fn sys_dlist_is_empty(
    list: *const sys_dlist_t,
) -> bool@brief check if the list is empty
@param list the doubly-linked list to operate on
@return true if empty, false otherwise