vswprintf
int vswprintf(wchar_t * __restrict, size_t, const wchar_t * __restrict,
ret = vswprintf(s, n, fmt, ap);