macro_rules! handle_port {
    (raw: true, $packet:ident, $tx:ident, $port:expr, $ty:ty) => { ... };
    (raw: false, $packet:ident, $tx:ident, $port:expr, $ty:ty) => { ... };
}