DECLARE_ASN1_ALLOC_FUNCTIONS_name.DECLARE_ASN1_ALLOC_FUNCTIONS_name

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_ALLOC_FUNCTIONS_name(string type, string name)
extern (C) nothrow
enum DECLARE_ASN1_ALLOC_FUNCTIONS_name = " extern(C) " ~ type ~ "* " ~ name ~ "_new(); extern(C) void " ~ name ~ "_free(" ~ type ~ "* a); ";

Meta