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