pub type LockedRO<T> = Protected<T, ReadOnly, Locked>;
nightly
Locked, read-only, page-aligned memory region type alias
source