macro_rules! impl_from_bytes {
    ($($struct_name:ident),+ $(,)?) => { ... };
}