fputws
int fputws(const wchar_t * __restrict, FILE * __restrict);
PROTO_NORMAL(fputws);
DEF_STRONG(fputws);
TEST_WIDE(fputws(L"foo", f));
fputws(L"\u3053\u3093\u306b\u3061\u308f \u4e16\u754c\n", fp);
fputws(L"\u3053\u3093\u306b\u3061\u308f \u4e16\u754c\n", fp);