int silc_vsnprintf(char *str, size_t count, const char *fmt, va_list args)
Same as silc_snprintf but takes the argument for the formatting from the `args' variable argument list.