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