Function mex_sys::bsearch [] [src]

pub unsafe extern "C" fn bsearch(
    _Key: *const c_void,
    _Base: *const c_void,
    _NumOfElements: size_t,
    _SizeOfElements: size_t,
    _PtFuncCompare: Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> c_int>
) -> *mut c_void