macro_rules! simd_shuffle {
    ($x:expr, $y:expr, $idx:expr $(,)?) => { ... };
}
🔬This is a nightly-only experimental API. (stdsimd #48556)