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