BIO_vprintf
ret = BIO_vprintf(bio, format, args);
int BIO_vprintf(BIO *bio, const char *format, va_list args);
rv = BIO_vprintf(bio, fmt, ap);