pub type qsort_arg_comparator = Option<unsafe extern "C" fn(a: *const c_void, b: *const c_void, arg: *mut c_void) -> c_int>;