pub unsafe fn AnimatePalette<P0>(
    hpal: P0,
    istartindex: u32,
    ppe: &[PALETTEENTRY]
) -> BOOL
where P0: IntoParam<HPALETTE>,