pub unsafe extern "C" fn bsearch( _Key: *const c_void, _Base: *const c_void, _NumOfElements: usize, _SizeOfElements: usize, _CompareFunction: _CoreCrtNonSecureSearchSortCompareFunction, ) -> *mut c_void