Deep-copy an ASN.1 string (type, data, and flags).
Declared in <openssl/asn1.h>
<openssl/asn1.h>
ASN1_STRING* ASN1_STRING_dup(ASN1_STRING const* a);
Newly allocated ASN1_STRING copy, or NULL on error; free with ASN1_STRING_free().