pub unsafe fn release(restore_state: RestoreState)
Release the critical section.
This function is extremely low level. Strongly prefer using with instead.
with
See acquire for the safety contract description.
acquire