pub unsafe fn GetNumberOfPhysicalMonitorsFromHMONITOR<P0>(
    hmonitor: P0,
    pdwnumberofphysicalmonitors: *mut u32
) -> Result<()>
where P0: IntoParam<HMONITOR>,