# File lib/ruby-sdl-ffi/sdl/rwops.rb, line 82
    def read=(cb)
      @read = cb
      self[:read] = @read
    end