Function php_all_sys::php56_zts::php_mergesort[][src]

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