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