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