pub fn fold_expr_cast<F>(f: &mut F, node: ExprCast) -> ExprCast where
    F: Fold + ?Sized
Available on crate feature fold only.