pub unsafe fn ColorCorrectPalette<P0, P1>(
    hdc: P0,
    hpal: P1,
    defirst: u32,
    num: u32
) -> BOOL
where P0: IntoParam<HDC>, P1: IntoParam<HPALETTE>,