pub unsafe fn MQGetPrivateComputerInformation<P0>(
    lpwcscomputername: P0,
    pprivateprops: *mut MQPRIVATEPROPS
) -> Result<()>
where P0: IntoParam<PCWSTR>,