class FFI::Pointer

def read_array_of_int(length)

def read_array_of_int(length)
  get_array_of_int32(0, length)
end