pub fn visit_lit_int<'ast, V>(v: &mut V, node: &'ast LitInt)where
    V: Visit<'ast> + ?Sized,