Function gdal_sys::GDALPolygonize [] [src]

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