macro_rules! impl_from {
    { $from:ty  => $($to:ty),* } => { ... };
}
🔬This is a nightly-only experimental API. (portable_simd #86656)