macro_rules! payload_fan_out {
    ($stream:expr, raw:$raw:tt, [ $(($port:expr, $($ty:tt)+)),* $(,)? ]) => { ... };
}