pub unsafe fn MQGetQueueProperties<P0>(
    lpwcsformatname: P0,
    pqueueprops: *mut MQQUEUEPROPS
) -> Result<()>
where P0: IntoParam<PCWSTR>,