pub trait CodeAsmXsavec<T> { // Required method fn xsavec(&mut self, op0: T) -> Result<(), IcedError>; }