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