pub const VM_ADDR_USER_STACK_HIGH: u32 = _; // 4_294_901_760u32
The address at which the program’s stack starts inside of the VM.
This is directly accessible by the program running inside of the VM.