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