pub struct Simd<T>(/* private fields */)
where
    T: MyTrait;