class FFI::Pointer

def read_array_of_pointer(length)

def read_array_of_pointer(length)
  read_array_of_type(:pointer, :read_pointer, length)
end