GDALComputeRasterMinMaxLocation

Function GDALComputeRasterMinMaxLocation 

Source
pub unsafe extern "C" fn GDALComputeRasterMinMaxLocation(
    hBand: GDALRasterBandH,
    pdfMin: *mut f64,
    pdfMax: *mut f64,
    pnMinX: *mut c_int,
    pnMinY: *mut c_int,
    pnMaxX: *mut c_int,
    pnMaxY: *mut c_int,
) -> Type