DECLARE_STACK_OF.DECLARE_STACK_OF

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
template DECLARE_STACK_OF(string type)
extern (C) nothrow @nogc
enum DECLARE_STACK_OF = "struct " ~ libressl_d.openssl.safestack.STACK_OF!(type) ~ " { libressl_d.openssl.stack._STACK stack; }";

Meta