pub fn has_rest_pat<T>(node: &T) -> bool where
    T: VisitWith<RestPatVisitor>,