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