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