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