tss_esapi_sys

Function 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