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