pub fn is_wildcard_path_valid_for_request_path( wildcard_path: &[Vec<u8>], request_path: &[Vec<u8>], ) -> bool
Returns whether the given wildcard path is valid for the given request path.