pub const fn try_into_array_func<T, const N: usize>( slice: &[T], ) -> Result<&[T; N], TryIntoArrayError>