pub unsafe fn slice_to_array_mut_unchecked<T, const N: usize>( source: &mut [T], ) -> &mut [T; N]
Turn a mutable slice into a mutable reference to an array without bounds checking.