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