pub unsafe fn MQGetMachineProperties<P0>(
    lpwcsmachinename: P0,
    pguidmachineid: Option<*const GUID>,
    pqmprops: *mut MQQMPROPS
) -> Result<()>
where P0: IntoParam<PCWSTR>,