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