pub unsafe extern "C" fn pm_list_empty_p(list: *mut pm_list_t) -> bool
Returns true if the given list is empty.
@param list The list to check. @return True if the given list is empty, otherwise false.