pub unsafe fn MQSendMessage<P0>(
    hdestinationqueue: isize,
    pmessageprops: *const MQMSGPROPS,
    ptransaction: P0
) -> Result<()>
where P0: IntoParam<ITransaction>,