DGClosure

New GClosure type with a delegate pointer

struct DGClosure (
T
) {
GClosure closure;
T dlg;
}