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