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