CRYPTO_set_mem_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 @nogc
int
CRYPTO_set_mem_functions
(
void* function
(
size_t
)
m
,
void* function
(
void*
,
size_t
)
r
,
void function
(
void*
)
f
)

Meta