Function gdal_sys::GDALFPolygonize

source ·
pub unsafe extern "C" fn GDALFPolygonize(
    hSrcBand: GDALRasterBandH,
    hMaskBand: GDALRasterBandH,
    hOutLayer: OGRLayerH,
    iPixValField: c_int,
    papszOptions: *mut *mut c_char,
    pfnProgress: GDALProgressFunc,
    pProgressArg: *mut c_void
) -> Type