macro_rules! lint_callback {
    ($cx:expr, $f:ident, $($args:expr),*) => { ... };
}