#[unsafe(no_mangle)]pub unsafe extern "C" fn patch_seq_set_stack_base(
base: *mut StackValue,
)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.