class FFI::StructLayoutBuilder

def add_struct(name, type, offset = nil)

def add_struct(name, type, offset = nil)
  add(name, Type::Struct.new(type), offset)
end