macro_rules! supported_lane_count {
    ($($lanes:literal),+) => { ... };
}
🔬This is a nightly-only experimental API. (portable_simd #86656)