pub fn set_panic_hook()
Expand description
Set a panic hook that will print out the panic and raw backtrace addresses
when the enclave panics. These addresses will need to be symbolized to human-
readable symbol names and locations outside the enclave with a tool like
addr2line
.