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