pub(crate) type MutBlocks<'a, B> = IterMut<'a, B>;
pub(crate) struct MutBlocks<'a, B> { /* private fields */ }