pub type SimdVec<DataValue> = SmallVec<[DataValue; 4]>;
struct SimdVec<DataValue> { /* private fields */ }