pub unsafe extern "C" fn GDALGetRasterHistogram(
    hBand: GDALRasterBandH,
    dfMin: f64,
    dfMax: f64,
    nBuckets: c_int,
    panHistogram: *mut c_int,
    bIncludeOutOfRange: c_int,
    bApproxOK: c_int,
    pfnProgress: GDALProgressFunc,
    pProgressData: *mut c_void
) -> Type