Deep-copy a PKCS#7 structure (PKCS7_dup).
Declared in <openssl/pkcs7.h>
<openssl/pkcs7.h>
extern PKCS7* PKCS7_dup(PKCS7 const* a);
Newly allocated PKCS7 copy, or NULL on failure; free with PKCS7_free().