跳到主要内容

bsearch

搜索

函数 bsearch 

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