Function tss_esapi_sys::bsearch_b

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