pub unsafe fn stack_value_to_value(sv: StackValue) -> ValueExpand description
Convert a tagged StackValue back to a Value (takes ownership)
§Safety
The StackValue must contain valid data — either a tagged int, bool, or a valid heap pointer from Arc::into_raw.