OPENSSL_malloc.OPENSSL_malloc

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

Meta