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