pub unsafe extern "system" fn SetDIBColorTable(
    hdc: *mut HDC__,
    iStart: u32,
    cEntries: u32,
    prgbq: *const RGBQUAD
) -> u32