macro_rules! bytes { ($name:ident, $l:expr) => { ... }; }
Convenience function to create a new byte array (of type U8) with the given name and length.
U8