evutil_vsnprintf
r = evutil_vsnprintf(buf, buflen, format, ap);
int evutil_vsnprintf(char *buf, size_t buflen, const char *format, va_list ap);