pub unsafe fn SelectPalette<P0, P1, P2>( hdc: P0, hpal: P1, bforcebkgd: P2, ) -> HPALETTEwhere P0: Param<HDC>, P1: Param<HPALETTE>, P2: Param<BOOL>,