int fsetpos( ffi.Pointer<FILE> _Stream, ffi.Pointer<fpos_t> _Position, ) { return _fsetpos( _Stream, _Position, ); }