printf-style formatted write to a BIO using a va_list.
Declared in <openssl/bio.h>
<openssl/bio.h>
int BIO_vprintf( BIO* bio, char const* format, va_list args);
Number of bytes written, or a negative value on error.
format.