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