Inputs data from the specified storage area and converts it according to a format.
long vswscanf(const wchar_t *restrict s, const wchar_t *restrict control, va_list arg);
s Storage area containing data to be input
control Pointer to wide string indicating format
Normal: Number of data items successfully input and converted