pub unsafe extern "C" fn GDALDatasetGetCompressionFormats(
    hDS: GDALDatasetH,
    nXOff: c_int,
    nYOff: c_int,
    nXSize: c_int,
    nYSize: c_int,
    nBandCount: c_int,
    panBandList: *const c_int
) -> *mut *mut c_char