wscanf
int wscanf(const wchar_t * __restrict, ...);
PROTO_NORMAL(wscanf);
DEF_STRONG(wscanf);
TEST_WIDE_STD(stdin, wscanf(L"%s\n", wbuffer));