macro_rules! conversions {
    ($(($name:ident = $ty:ty))*) => { ... };
}
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on target_family="wasm" only.