Function OBJ_bsearch_ex_

Source
pub unsafe extern "C" fn OBJ_bsearch_ex_(
    key: *const c_void,
    base: *const c_void,
    num: i32,
    size: i32,
    cmp: Option<unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> i32>,
    flags: i32,
) -> *const c_void