Inputs data from the specified storage area and converts it according to a format.
long vwscanf(const wchar_t *restrict control, va_list arg);
control Pointer to wide string indicating format
Normal: Number of data items successfully input and converted
Abnormal: Input data ends before input data conversion is performed: EOF
The vwscanf function is provided to support wide-character format with the vscanf function.