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

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