Outputs a variable parameter list to the standard output file (stdout) according to a format.
long vwprintf(const wchar_t *restrict control, va_list arg);
control Pointer to wide string indicating format
Normal: Number of characters converted and output
The vwprintf function is the wide-character version of the vprintf function.