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