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