pub fn visit_mut_switch_cases<V>(
    _visitor: &mut V,
    n: &mut Vec<SwitchCase, Global>
) where
    V: VisitMut + ?Sized