pub fn fold_switch_case<F: ?Sized + RqFold>(
    fold: &mut F,
    case: SwitchCase<Expr>
) -> Result<SwitchCase<Expr>>