Function phper_sys::php_mergesort[][src]

pub unsafe extern "C" fn php_mergesort(
    base: *mut c_void,
    nmemb: usize,
    size: usize,
    cmp: Option<unsafe extern "C" fn(arg1: *const c_void, arg2: *const c_void) -> c_int>
) -> c_int