BIO_vprintf

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int BIO_vprintf(.BIO* bio, const(char)* format, core.stdc.stdarg.va_list args)
  2. int BIO_vprintf(.BIO* bio, const(char)* format, core.stdc.stdarg.va_list args)
    version(!__MINGW_PRINTF_FORMAT)
    extern (C) nothrow @nogc
    int
    BIO_vprintf
    (,
    const(char)* format
    ,
    core.stdc.stdarg.va_list args
    )

Meta