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