macro_rules! impl_trait {
    { $($ty:ty { bits: $bits_ty:ty, mask: $mask_ty:ty }),* } => { ... };
}
🔬This is a nightly-only experimental API. (portable_simd #86656)