Write a PKCS#8 encrypted private-key envelope (X509_SIG) to a FILE in PEM form.
Declared in <openssl/pem.h>
<openssl/pem.h>
int PEM_write_PKCS8( FILE* fp, X509_SIG const* x);
1 on success, or 0 on failure.