I am writing a shared library in Rust that will expose a C compatible interface. One of the function takes a 2D array of chars, char **obj_ptr, performs some si
char **obj_ptr