pub unsafe extern "C" fn bsearch_s(
_Key: *const c_void,
_Base: *const c_void,
_NumOfElements: rsize_t,
_SizeOfElements: rsize_t,
_CompareFunction: _CoreCrtSecureSearchSortCompareFunction,
_Context: *mut c_void,
) -> *mut c_void