Write a PKCS#7 structure to a BIO in PEM form.
Declared in <openssl/pem.h>
<openssl/pem.h>
int PEM_write_bio_PKCS7( BIO* bp, PKCS7 const* x);
1 on success, or 0 on failure.