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