//export Receive func Receive(pdomain unsafe.Pointer) []byte { d := *(*core.Domain)(pdomain) return []byte(core.MantleMarshall(d.GetApp().CallbackListen())) }
// Blocks on callbacks from the core func (d *Domain) Receive() string { return core.MantleMarshall(d.coreDomain.GetApp().CallbackListen()) }