_IO_vfwprintf
extern int _IO_vfwprintf (_IO_FILE *__restrict, const wchar_t *__restrict,
ret = _IO_vfwprintf ((_IO_FILE *) &sf.f._sbf, format, args);
# define vfprintf _IO_vfwprintf
strong_alias (_IO_vfwprintf, __vfwprintf);
weak_alias (_IO_vfwprintf, vfwprintf);