pub fn visit_pat_type<'ast, V>(v: &mut V, node: &'ast PatType) where
    V: Visit<'ast> + ?Sized
Available on crate feature visit only.