pub type StrBuf<const N: usize> = FixedBuf<N, char>;
struct StrBuf<const N: usize> { /* private fields */ }