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