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