macro_rules! msg_panic {
($($args:tt)+) => { ... };
}Expand description
msg_panic! is a wrapper around the msg! and panic!
macros used to log an error message, and panic in bpf environments
which do not actually show a message emitted by a panic macro