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