pub fn fold_import_default_specifier<V>(
    _visitor: &mut V,
    n: ImportDefaultSpecifier
) -> ImportDefaultSpecifier where
    V: Fold + ?Sized