# File lib/ffi/pointer.rb, line 115
    def read_array_of_int(length)
      get_array_of_int32(0, length)
    end