pub type InlineCStr<const N: usize> = InlineSSlice<u8, N>;
A sentinel-terminated string that’s backed by a fixed-size array.
pub struct InlineCStr<const N: usize>(/* private fields */);