pub unsafe fn MQMgmtGetInfo<P0, P1>(
    pcomputername: P0,
    pobjectname: P1,
    pmgmtprops: *mut MQMGMTPROPS
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,