pub unsafe fn prefetch_ptr<T>(ptr: *const T, locality: PrefetchLocality)
Prefetch data into cache.
The pointer must be valid for reading.