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