[][src]Function ndk_sys::bsearch

pub unsafe extern "C" fn bsearch(
    __key: *const c_void,
    __base: *const c_void,
    __nmemb: size_t,
    __size: size_t,
    __comparator: Option<unsafe extern "C" fn(__lhs: *const c_void, __rhs: *const c_void) -> c_int>
) -> *mut c_void