Function unaligned_volatile_load
unsafe fn unaligned_volatile_load<T>(src: *const T) -> T
Performs a volatile load from the src pointer
The pointer is not required to be aligned.
This intrinsic does not have a stable counterpart.