pub unsafe extern "C" fn GDALSetDefaultHistogram(
    hBand: GDALRasterBandH,
    dfMin: f64,
    dfMax: f64,
    nBuckets: c_int,
    panHistogram: *mut c_int
) -> Type