vfwprintf
extern int vfwprintf(__FILE *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
using std::vfwprintf;
count = vfwprintf(iop, format, ap);
count = vfwprintf(stdout, format, ap);
count = vfwprintf(stdout, format, ap);
count = vfwprintf(&siop, format, ap);