pub unsafe extern "C" fn GDALComputeRasterMinMax(
    hBand: GDALRasterBandH,
    bApproxOK: c_int,
    adfMinMax: *mut f64
) -> Type