pub unsafe extern "C" fn apr_is_empty_array(
a: *const apr_array_header_t,
) -> c_intExpand description
Determine if the array is empty (either NULL or having no elements). @param a The array to check @return True if empty, False otherwise
pub unsafe extern "C" fn apr_is_empty_array(
a: *const apr_array_header_t,
) -> c_intDetermine if the array is empty (either NULL or having no elements). @param a The array to check @return True if empty, False otherwise