Function gdal_sys::GDALTransformGeolocations [] [src]

pub unsafe extern "C" fn GDALTransformGeolocations(
    hXBand: GDALRasterBandH,
    hYBand: GDALRasterBandH,
    hZBand: GDALRasterBandH,
    pfnTransformer: GDALTransformerFunc,
    pTransformArg: *mut c_void,
    pfnProgress: GDALProgressFunc,
    pProgressArg: *mut c_void,
    papszOptions: *mut *mut c_char
) -> Type