Function cbsearch

Source
pub unsafe extern "C" fn cbsearch(
    __key: *const c_void,
    __base: *const c_void,
    __nmemb: usize,
    __size: usize,
    __compar: c__compar_fn_t,
) -> *mut c_void