Macro switch_unreachable

Source
macro_rules! switch_unreachable {
    () => { ... };
}