pub trait CodeAsmCvtsi2ss<T, U> { // Required method fn cvtsi2ss(&mut self, op0: T, op1: U) -> Result<(), IcedError>; }