pub trait CodeAsmBswap<T> { // Required method fn bswap(&mut self, op0: T) -> Result<(), IcedError>; }