Ok, thanks for taking a look. I have a script that does some preprocessing on the .h files and some post processing on the .nim files after the c2nim conversion. I was looking at how nimraylib_now does it, and trying to do something similar.
I am dealing with this in the post-processing by replacing all occurrences of UncheckedArray[char] with cstring. This seems to do the trick. I thought there might be an alternative way to do this that I might be missing.
