macro_rules! dispatch_instr { ( $( $instr_variant:ident => $handler_variant:ident ),* $(,)? ) => { ... }; }