Macro rust_panic_handler

Source
macro_rules! rust_panic_handler {
    ($e:expr) => { ... };
}