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