pub unsafe extern "C" fn GDALComputeMedianCutPCT(
    hRed: GDALRasterBandH,
    hGreen: GDALRasterBandH,
    hBlue: GDALRasterBandH,
    pfnIncludePixel: Option<unsafe extern "C" fn(arg1: c_int, arg2: c_int, arg3: *mut c_void) -> c_int>,
    nColors: c_int,
    hColorTable: GDALColorTableH,
    pfnProgress: GDALProgressFunc,
    pProgressArg: *mut c_void
) -> c_int