pub unsafe extern "C" fn GDALRegenerateOverviews(
hSrcBand: GDALRasterBandH,
nOverviewCount: c_int,
pahOverviewBands: *mut GDALRasterBandH,
pszResampling: *const c_char,
pfnProgress: GDALProgressFunc,
pProgressData: *mut c_void,
) -> Type