pub fn visit_mut_import_specifiers<V>(
    _visitor: &mut V,
    n: &mut Vec<ImportSpecifier, Global>
) where
    V: VisitMut + ?Sized