pub fn visit_item_event<'ast, V: ?Sized + VisitMut<'ast>>(
    v: &mut V,
    event: &'ast mut ItemEvent
)
Available on crate feature visit-mut only.