pub const fn array_rchunks_mut<T, const N: usize, const M: usize>(
    array: &mut [T; N]
) -> (&mut [T; { _ }], &mut [[T; M]; { _ }])