macro_rules! internal { ($reason:expr) => { ... }; ($fmt:expr, $($arg:tt)*) => { ... }; }
Macro to create an internal error with automatic source location capture