Function tss_esapi_sys::qsort_r
source · pub unsafe extern "C" fn qsort_r(
__base: *mut c_void,
__nel: size_t,
__width: size_t,
arg1: *mut c_void,
__compar: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *const c_void, arg3: *const c_void) -> c_int>
)