# File lib/ffi/struct.rb, line 61 def initialize(name, offset, type, orig_field) super(name, offset, type) @orig_field = orig_field end