patch_seq_set_stack_base

Function patch_seq_set_stack_base 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn patch_seq_set_stack_base(base: Stack)
Expand description

Set the current strand’s stack base (called at strand entry)

§Safety

Base pointer must be a valid stack pointer for the current strand.