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