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