Return a pointer to the embedded content octet string of a CMS ContentInfo.
Declared in <openssl/cms.h>
<openssl/cms.h>
ASN1_OCTET_STRING** CMS_get0_content(CMS_ContentInfo* cms);
Address of the internal ASN1_OCTET_STRING pointer (may point to NULL if detached), or NULL on error.