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