# File lib/ffi/struct.rb, line 178
      def initialize(ptr, type, num)
        @pointer, @type, @num = ptr, type, num
      end