pub unsafe fn GetMonitorColorTemperature<P0>(
    hmonitor: P0,
    pctcurrentcolortemperature: *mut MC_COLOR_TEMPERATURE
) -> i32
where P0: IntoParam<HANDLE>,