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