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