macro_rules! match_choice {
    ( $( $label:path => $e:expr $(,)? )+ ) => { ... };
}