pub fn fixed_bytes<const COUNT: usize>(bytes: &[u8]) -> [u8; COUNT]
Retrieve the bytes of unknown size.