cstringArray and ptr UncheckedArray[ptr cstring] don't work. They do work with char** but that's not what I need.
- How to create and pass a char*[] to a C function with FFI trtt
cstringArray and ptr UncheckedArray[ptr cstring] don't work. They do work with char** but that's not what I need.