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