Macro sanitized_warn

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