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