macro_rules! impl_from_bytes {
    ($($t:ident, $wrapped:ty),*) => { ... };
}