pub unsafe fn SetMonitorColorTemperature<P0>(
    hmonitor: P0,
    ctcurrentcolortemperature: MC_COLOR_TEMPERATURE
) -> i32
where P0: IntoParam<HANDLE>,