macro_rules! simd_extract { ($x:expr, $idx:expr $(,)?) => { ... }; ($x:expr, $idx:expr, $ty:ty $(,)?) => { ... }; }