Deep-copy an ASN.1 INTEGER.
Declared in <openssl/asn1.h>
<openssl/asn1.h>
ASN1_INTEGER* ASN1_INTEGER_dup(ASN1_INTEGER const* a);
Newly allocated ASN1_INTEGER copy, or NULL on error; free with ASN1_INTEGER_free().