func freeDAG(h *dag) { C.ethash_full_delete(h.ptr) h.ptr = nil }
func freeDAG(d *dag) { C.ethash_full_delete(d.ptr) d.ptr = nil }