[][src]Function guile_sys::bsearch_b

pub unsafe extern "C" fn bsearch_b(
    __key: *const c_void,
    __base: *const c_void,
    __nel: usize,
    __width: usize,
    __compar: *mut c_void
) -> *mut c_void