In this post, we will see how to resolve How to convert pointer to multidimensional slice/array Question: I’m writing a c-binding to a Rust function. The Rust function takes a 3D slice where 2 dimensions are of size two. Essentially ...