macro_rules! impl_byte_array_message_codec {
    ($thing:ident, $len:expr) => { ... };
}