int fsetpos( ffi.Pointer<IO_FILE_> __stream, ffi.Pointer<_fpos_t_> __pos, ) { return _fsetpos( __stream, __pos, ); }