[#ASN1_ITEM_EXP] = ASN1_ITEM_EXP :mrdocs: Function type that returns a pointer to a static ASN1_ITEM descriptor. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:ASN1_ITEM.adoc[ASN1_ITEM] const* ASN1_ITEM_EXP(); ---- == Description Used with ASN1_ITEM_ptr() so ASN.1 items can be referenced as function exports rather than as data symbols on platforms that require that form. [.small]#Created with https://www.mrdocs.com[MrDocs]#