Outputs a variable parameter list to the specified stream input/output file according to a format.
long vfwprintf(FILE *restrict fp, const char *restrict control, va_list arg);
control Pointer to wide string indicating format
Normal: Number of characters converted and output
The vfwprintf function is the wide-character version of the vfprintf function.