Feature: libcrmcommon: Add pcmkstr_any_of and pcmkstr_none_of.
These functions take a string and a NULL-terminated list of strings and
test for membership. NULL-termination is enforced by the compiler. The
intent of these functions is to get rid of large chains of running
safe_str_eq over and over.