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