macro_rules! bytes {
    ($name:ident, $l:expr) => { ... };
}
Expand description

Convenience function to create a new byte array (of type U8) with the given name and length.