Function gdal_sys::OGR_L_UpdateFeature

source ยท
pub unsafe extern "C" fn OGR_L_UpdateFeature(
    arg1: OGRLayerH,
    arg2: OGRFeatureH,
    nUpdatedFieldsCount: c_int,
    panUpdatedFieldsIdx: *const c_int,
    nUpdatedGeomFieldsCount: c_int,
    panUpdatedGeomFieldsIdx: *const c_int,
    bUpdateStyleString: bool,
) -> Type