macro_rules! static_assert_uimm_bits {
    ($imm:ident, $bits:expr) => { ... };
}
🔬This is a nightly-only experimental API. (stdsimd #48556)