pub fn visit_export_namespace_specifier<V>(
    _visitor: &mut V,
    n: &ExportNamespaceSpecifier
) where
    V: Visit + ?Sized