pub unsafe extern "C" fn GDALDitherRGB2PCT(
    hRed: GDALRasterBandH,
    hGreen: GDALRasterBandH,
    hBlue: GDALRasterBandH,
    hTarget: GDALRasterBandH,
    hColorTable: GDALColorTableH,
    pfnProgress: GDALProgressFunc,
    pProgressArg: *mut c_void
) -> c_int