fwscanf
extern int fwscanf(__FILE *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
using std::fwscanf;
TEST_WIDE(fwscanf(f, L"%s\n", wbuffer));