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