The stdlib uses that pattern from time to time to indicate an unsafe block in an otherwise safe function.Specifically it is a little trusted inline function being immediately called.It is something that should be avoided whenever you can.
Thanks your help. where is unsafe in above code?