DECLARE_ASN1_ENCODE_FUNCTIONS.DECLARE_ASN1_ENCODE_FUNCTIONS

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(string type, string itname, string name)
extern (C) nothrow
enum DECLARE_ASN1_ENCODE_FUNCTIONS = " " ~ type ~ "* d2i_" ~ name ~ "(" ~ type ~ "** a, const(ubyte)** in_, c_long len); int i2d_" ~ name ~ "(" ~ type ~ "* a, ubyte** out_); " ~ DECLARE_ASN1_ITEM!itname;

Meta