Write the hexadecimal encoding of a BIGNUM to a FILE stream.
Declared in <openssl/bn.h>
<openssl/bn.h>
int BN_print_fp( FILE* fp, BIGNUM const* a);
1 on success, or 0 on write error.