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