pub unsafe extern "C" fn wolfSSL_BIO_vprintf(
    bio: *mut WOLFSSL_BIO,
    format: *const c_char,
    args: *mut __va_list_tag
) -> c_int