Function esp_idf_sys::bsearch

source ·
pub unsafe extern "C" fn bsearch(
    __key: *const c_void,
    __base: *const c_void,
    __nmemb: usize,
    __size: usize,
    _compar: __compar_fn_t
) -> *mut c_void