BIO_snprintf

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_snprintf(char* buf, size_t n, const(char)* format, ...)
    version(__MINGW_PRINTF_FORMAT)
    extern (C) nothrow @nogc
    int
    BIO_snprintf
    (
    char* buf
    ,
    size_t n
    ,
    const(char)* format
    ,)
  2. int BIO_snprintf(char* buf, size_t n, const(char)* format, ...)

Meta