DECLARE_ASN1_ENCODE_FUNCTIONS_const.DECLARE_ASN1_ENCODE_FUNCTIONS_const

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
template DECLARE_ASN1_ENCODE_FUNCTIONS_const(string type, string name)
extern (C) nothrow
enum DECLARE_ASN1_ENCODE_FUNCTIONS_const = " " ~ type ~ "* d2i_" ~ name ~ "(" ~ type ~ "** a, const(ubyte)** in_, c_long len); int i2d_" ~ name ~ "(const(" ~ type ~ ")* a, ubyte** out_); " ~ DECLARE_ASN1_ITEM!name;

Meta