pub fn has_rest_pat<T>(node: &T) -> bool where
    T: VisitWith<RestPatVisitor>, 
Available on crate feature __utils only.