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