pub type GenViewMut<'a, T> = GenSeq<T, u32, &'a mut [Entry<T>]>;
pub struct GenViewMut<'a, T> { /* private fields */ }