Macro sanitized_debug

Source
macro_rules! sanitized_debug {
    ($($arg:tt)*) => { ... };
}