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