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