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