Function qsort_r

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