pub type SSSE3 = SseMachine<YesS3, NoS4, NoNI>;
pub struct SSSE3(PhantomData<(YesS3, NoS4, NoNI)>);
0: PhantomData<(YesS3, NoS4, NoNI)>