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