Skip to main content

bsearch

Function bsearch 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn bsearch( key: *const c_void, base: *const c_void, nel: size_t, width: size_t, compar: Option<unsafe extern "C" fn(*const c_void, *const c_void) -> c_int>, ) -> *mut c_void
Expand description