CRYPTO_set_mem_ex_functions

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
int
CRYPTO_set_mem_ex_functions
(
ExternC!(void* function
(
size_t
,
const(char)*
,
int
)
)
m
,
ExternC!(void* function
(
void*
,
size_t
,
const(char)*
,
int
)
)
r
,
ExternC!(void function
(
void*
)
)
f
)

Meta