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