fn vars_match(vars: &Option<Vec<Expr>>, ctx: &Context) -> bool
True when vars is unset, or when any expression in the list matches (APISIX ORs across the vars items and ANDs within each).
vars