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