pub unsafe fn release(restore_state: RestoreState)
Expand description

Release the critical section.

This function is extremely low level. Strongly prefer using with instead.

Safety

See acquire for the safety contract description.