pub unsafe fn drop_stack_value(sv: StackValue)Expand description
Drop a tagged StackValue, freeing heap types.
ยงSafety
The StackValue must be valid and not previously dropped.
pub unsafe fn drop_stack_value(sv: StackValue)Drop a tagged StackValue, freeing heap types.
The StackValue must be valid and not previously dropped.