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