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