Formatted print to a BIO, analogous to fprintf().
Declared in <openssl/bio.h>
<openssl/bio.h>
int BIO_printf( BIO* bio, char const* format, ...);
Number of bytes written, or a negative value on error.