pub trait CodeAsmKtestw<T, U> { // Required method fn ktestw(&mut self, op0: T, op1: U) -> Result<(), IcedError>; }