pub fn push_char_safe<const N: usize>( string: &mut String<N>, c: char, ) -> DataResult<()>
Push a character with error handling