fn is_under_any_prefix(path: &str, prefixes: &BTreeSet<String>) -> bool
Return whether a path is below any configured prefix.