Return the ASN1_TEMPLATE currently being scanned by an ASN.1 scan context.
Declared in <openssl/asn1.h>
<openssl/asn1.h>
ASN1_TEMPLATE const* ASN1_SCTX_get_template(ASN1_SCTX* p);
Template associated with p, or NULL if none is set.
p,