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