# File lib/ffi/struct_layout_builder.rb, line 161
    def add_array(name, type, count, offset = nil)
      add(name, Type::Array.new(type, count), offset)
    end