pub unsafe extern "C" fn GDALGetRasterStatistics(
    arg1: GDALRasterBandH,
    bApproxOK: c_int,
    bForce: c_int,
    pdfMin: *mut f64,
    pdfMax: *mut f64,
    pdfMean: *mut f64,
    pdfStdDev: *mut f64
) -> Type