public int SetProducerSendMsgTimeout(HandleRef producer, int timeout)
 {
     return(ProducerWrap.SetProducerSendMsgTimeout(producer, timeout));
 }