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