pub fn visit_foreign_item<'ast, V>(v: &mut V, node: &'ast ForeignItem) where
    V: Visit<'ast> + ?Sized
Available on crate feature visit only.