DECLARE_ASN1_ITEM.DECLARE_ASN1_ITEM

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. enum DECLARE_ASN1_ITEM;
    template DECLARE_ASN1_ITEM(string name)
    version(!OPENSSL_EXPORT_VAR_AS_FUNCTION)
    extern (C) nothrow
    enum DECLARE_ASN1_ITEM = "extern const(ASN1_ITEM) " ~ name ~ "_it;";
  2. template DECLARE_ASN1_ITEM(string name)

Meta