pub unsafe fn GetPhysicalMonitorsFromHMONITOR<P0>(
    hmonitor: P0,
    pphysicalmonitorarray: &mut [PHYSICAL_MONITOR]
) -> Result<()>
where P0: IntoParam<HMONITOR>,