pub fn access_user_memory<R>(f: impl FnOnce() -> R) -> R
Enables scoped access into user memory, allowing page faults to occur inside kernel.