__vfwprintf
int __vfwprintf(FILE * __restrict, const wchar_t * __restrict, __va_list);
r = __vfwprintf(fp, fmt0, ap);
ret = __vfwprintf(&fake, fmt, ap);
ret = __vfwprintf(&f, fmt, ap);