OBJ_bsearch_ex_

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow
const(void)*
OBJ_bsearch_ex_
(
const(void)* key
,
const(void)* base
,
int num
,
int size
,
ExternC!(int function
(
const(void)*
,
const(void)*
)
)
cmp
,
int flags
)

Meta