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