Function windows::Win32::Graphics::Gdi::SetPaletteEntries

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