ASN1err.ASN1err

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
template ASN1err(string f, string r)
version(!LIBRESSL_INTERNAL)
extern (C) nothrow @nogc
enum ASN1err = "libressl_d.openssl.err.ERR_PUT_error(libressl_d.openssl.err.ERR_LIB_ASN1, " ~ f ~ ", " ~ r ~ ", __FILE__, __LINE__);";

Meta