pub fn allocate_stack(__arg0: StackRequest) -> RuntimeHandleResultExpand description
Allocates a guarded stack satisfying request.
On success, handle must be non-zero and uniquely identify a live stack
accepted by [Self::deallocate_stack] until ownership is transferred.