__vfwscanf
int __vfwscanf(FILE * __restrict, const wchar_t * __restrict, __va_list);
r = __vfwscanf(fp, fmt, ap);
r = __vfwscanf(&f, fmt, ap);