pub type Unlocked<T> = Protected<T, ReadWrite, Unlocked>;
nightly
Unlocked, read-write, page-aligned memory region type alias
source