pub fn decode_panic(data: &[u8]) -> Option<(u64, &'static str)>
Decode Panic(uint256) revert data.
Panic(uint256)
Returns Some((code, meaning)) on success, None if not a panic revert.
Some((code, meaning))
None