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