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