# File lib/ffi/pointer.rb, line 142 def write_array_of_pointer(ary) write_array_of_type(:pointer, :write_pointer, ary) end