It's only there for no-copy interop with C libraries. If you want to access it you need to cast with `cast[ptr UncheckedArray[char]](s[0].unsafeAddr)`
- Accessing the terminating null byte in a string adnan
- Re: Accessing the terminating null byte in a string mratsim
