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