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