How to pass mutable python objects to C++ ffi functions

Hi, i’m building a tvm ffi extension to integrate it with fastflow hpc parallel engine.

I cannot understand how to pass Mutable objects from python to c++

Maps and Arrays are immutable by default…

It would be nice to have also a mutable version.