#[unsafe(no_mangle)]pub unsafe extern "C" fn qsort( base: *mut c_void, nel: size_t, width: size_t, compar: Option<extern "C" fn(*const c_void, *const c_void) -> c_int>, )
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/qsort.html.