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