# File lib/ffi/tools/struct_generator.rb, line 173 def initialize(name, type) @name = name @type = type @offset = nil @size = nil end