pub unsafe fn SetPaletteEntries<P0>(
    hpal: P0,
    istart: u32,
    ppalentries: &[PALETTEENTRY]
) -> u32
where P0: IntoParam<HPALETTE>,