# File lib/ffi/pointer.rb, line 126
    def write_array_of_int(ary)
      put_array_of_int32(0, ary)
    end