pub fn bar_chunks_with_config<'b, 'a: 'b, T>(
    chunk_size: usize,
    slice: &'a [T],
    config: Config<'b>
) -> impl Iterator<Item = &'a T> + 'b