pub fn visit_item_extern_crate<'ast, V>(v: &mut V, node: &'ast ItemExternCrate)where
    V: Visit<'ast> + ?Sized,