# File lib/ffi/struct.rb, line 88
      def put(ptr, proc)
        ptr.put_callback(@off, proc, @info)
      end