macro_rules! packet_builder {
    ($pkt_buf:expr, $( $rem_macros:ident($rem_args:tt))/ * ) => { ... };
}