Copyright Digital Equipment Corp. All rights reserved.
Writes output to the stream under control of the wide-character
format string.
Format
#include <wchar.h>
int vswprintf (wchar_t *s, size_t n, const wchar_t *format,
va_list ap);
Arguments Description Return_Values