Outputs data to a stream input/output file according to the format.
long fwprintf(FILE *restrict fp, const wchar_t *restrict control [, arg]...);
control Pointer to wide string indicating format
arg,... List of data to be output according to format
Normal: Number of wide strings converted and output
The fwprintf function is the wide-character version of the fprintf function.