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