Function cups_sys::bsearch
[−]
[src]
pub unsafe extern "C" fn bsearch(
__key: *const c_void,
__base: *const c_void,
__nel: usize,
__width: usize,
__compar: Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> c_int>
) -> *mut c_void