func (this *MqS) SendT_START() { this.iErrorMqToGoWithCheck(C.MqSendT_START((*_Ctype_struct_MqS)(this))) }
func (this *MqS) SendT_START(tok string) { t := C.CString(tok) r := C.MqSendT_START((*_Ctype_struct_MqS)(this), C.MQ_TOK(t)) C.free(unsafe.Pointer(t)) this.iErrorMqToGoWithCheck(r) }