# File lib/ffi/pointer.rb, line 123
    def read_array_of_long(length)
      get_array_of_long(0, length)
    end