int vfscanf( ffi.Pointer<FILE> __stream, ffi.Pointer<ffi.Char> __format, va_list arg2, ) { return _vfscanf( __stream, __format, arg2, ); }