Function swift_runtime_sys::root::qsort
source ยท pub unsafe extern "C" fn qsort(
__base: *mut c_void,
__nel: usize,
__width: usize,
__compar: Option<unsafe extern "C" fn(arg1: *const c_void, arg2: *const c_void) -> c_int>,
)