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