CRYPTO_add.CRYPTO_add

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
template CRYPTO_add(string addr, string amount, string type)
version(!CRYPTO_w_lock)
extern (C) nothrow @nogc
enum CRYPTO_add = "libressl_d.openssl.crypto.CRYPTO_add_lock(" ~ addr ~ ", " ~ amount ~ ", " ~ type ~ ", __FILE__, __LINE__);";

Meta