# File lib/ffi/pointer.rb, line 110
    def read_array_of_pointer(length)
      read_array_of_type(:pointer, :read_pointer, length)
    end