pub fn visit_expr_cast_mut<V>(v: &mut V, node: &mut ExprCast) where
    V: VisitMut + ?Sized
Available on crate feature visit-mut only.