template OPENSSL_realloc_clean(string addr, string old_num, string num)
version(!LIBRESSL_INTERNAL)
extern (
C) nothrow @
nogc enum OPENSSL_realloc_clean =
"libressl_d.openssl.crypto.CRYPTO_realloc_clean(" ~ addr ~ ", " ~ old_num ~ ", " ~ num ~ ", __FILE__, __LINE__)";