OPENSSL_remalloc.OPENSSL_remalloc

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
template OPENSSL_remalloc(string addr, string num)
version(!LIBRESSL_INTERNAL)
extern (C) nothrow @nogc
enum OPENSSL_remalloc = "libressl_d.openssl.crypto.CRYPTO_remalloc(cast(char**)(" ~ addr ~ "), cast(int)(" ~ num ~ "), __FILE__, __LINE__)";

Meta