Macro gen_choice_forward_branches

Source
macro_rules! gen_choice_forward_branches {
    ($src:expr, ($($stars:tt,)*); $last_variant:ident) => { ... };
    ($src:expr, ($($stars:tt,)*); $first_variant:ident $(, $rest_variant:ident)+) => { ... };
}