Macro internal_corrupted_state

Source
macro_rules! internal_corrupted_state {
    ($fmt:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}