GDALDatasetGetNextFeature

Function GDALDatasetGetNextFeature 

Source
pub unsafe extern "C" fn GDALDatasetGetNextFeature(
    hDS: GDALDatasetH,
    phBelongingLayer: *mut OGRLayerH,
    pdfProgressPct: *mut f64,
    pfnProgress: GDALProgressFunc,
    pProgressData: *mut c_void,
) -> OGRFeatureH