macro_rules! delegate_from_bytes {
    ($($ty:ident)+) => { ... };
}