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