pub unsafe extern "C" fn qsort( __base: *mut c_void, __nmemb: usize, __size: usize, __compar: Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i32>, )