pub unsafe fn GetDpiForMonitor<P0>(
    hmonitor: P0,
    dpitype: MONITOR_DPI_TYPE,
    dpix: *mut u32,
    dpiy: *mut u32
) -> Result<()>
where P0: IntoParam<HMONITOR>,