[][src]Function nginx::OBJ_bsearch_ex_

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