pub unsafe extern "C" fn GDALGetActualBlockSize(
    arg1: GDALRasterBandH,
    nXBlockOff: c_int,
    nYBlockOff: c_int,
    pnXValid: *mut c_int,
    pnYValid: *mut c_int
) -> Type