pub unsafe fn MQMarkMessageRejected<P0>(
    hqueue: P0,
    ulllookupid: u64
) -> Result<()>
where P0: IntoParam<HANDLE>,