Function windows::Win32::Graphics::Gdi::SetDIBColorTable

pub unsafe fn SetDIBColorTable<P0>(
    hdc: P0,
    istart: u32,
    prgbq: &[RGBQUAD],
) -> u32
where P0: Param<HDC>,