Function gdal_sys::GDALRasterBandCopyWholeRaster [] [src]

pub unsafe extern "C" fn GDALRasterBandCopyWholeRaster(
    hSrcBand: GDALRasterBandH,
    hDstBand: GDALRasterBandH,
    papszOptions: *mut *mut c_char,
    pfnProgress: GDALProgressFunc,
    pProgressData: *mut c_void
) -> Type