func (this *MqS) ReadT_START() { this.iErrorMqToGoWithCheck(C.MqReadT_START((*_Ctype_struct_MqS)(this))) }
func (this *MqS) ReadT_START(buf *MqBufferS) { this.iErrorMqToGoWithCheck(C.MqReadT_START((*_Ctype_struct_MqS)(this), (*_Ctype_struct_MqBufferS)(buf))) }