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