pub fn mb()
Full memory barrier for normal memory (RAM).
This orders previous reads/writes before subsequent reads/writes. For device/MMIO ordering, prefer io_mb.
io_mb