#[unsafe(no_mangle)]pub unsafe extern "C" fn nemo_flow_scope_stack_restore_thread(
binding: *mut FfiThreadScopeStackBinding,
) -> NemoFlowStatusExpand description
Restore and free a captured thread-local scope stack binding.
ยงSafety
binding must be a valid pointer returned by
nemo_flow_scope_stack_capture_thread.