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