macro_rules! wrap_prefixed_byte_vector {
    (
        $(#[$outer:meta])*
        $wrapper_name:ident
    ) => { ... };
}
Expand description

Wrap a prefixed vector of bytes (u8) in a newtype, and implement convenience functions for it.