Function windows::Win32::Graphics::Gdi::GetDIBColorTable

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