pub unsafe extern "C" fn GDALContourGenerate(
    hBand: GDALRasterBandH,
    dfContourInterval: f64,
    dfContourBase: f64,
    nFixedLevelCount: c_int,
    padfFixedLevels: *mut f64,
    bUseNoData: c_int,
    dfNoDataValue: f64,
    hLayer: *mut c_void,
    iIDField: c_int,
    iElevField: c_int,
    pfnProgress: GDALProgressFunc,
    pProgressArg: *mut c_void
) -> Type
Expand description

@endcond