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