pub fn bytes_to_fixed_str<const MAX_LEN: usize>( bytes: &[u8; MAX_LEN], ) -> Result<&str>
Bytes to fixed size string.