pub unsafe fn GetNearestPaletteIndex<P0, P1>(h: P0, color: P1) -> u32
where P0: IntoParam<HPALETTE>, P1: IntoParam<COLORREF>,