Function OBJ_bsearch_

Source
pub unsafe extern "C" fn OBJ_bsearch_(
    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>,
) -> *const c_void