func RunBluetooth() { C.Connect() }
func Connect(ip string, port int) *_Ctype_pc_client_t { cip := C.CString(ip) ret := C.Connect(cip, C.int(port)) return ret }