pub unsafe extern "C" fn qsort_s(
_Base: *mut c_void,
_NumOfElements: size_t,
_SizeOfElements: size_t,
_PtFuncCompare: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *const c_void, arg3: *const c_void) -> c_int>,
_Context: *mut c_void,
)