pub fn fold_expr_type<F>(f: &mut F, node: ExprType) -> ExprTypewhere
    F: Fold + ?Sized,