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