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