pub unsafe fn SetMonitorRedGreenOrBlueGain<P0>(
    hmonitor: P0,
    gtgaintype: MC_GAIN_TYPE,
    dwnewgain: u32
) -> i32
where P0: IntoParam<HANDLE>,