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