func Application(s string) { core.Application("%s", s) }
//export Application func Application(s *C.char) { core.Application("%s", C.GoString(s)) }