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