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