Refactor: libcrmcommon: Accept NULL result arg in crm_str_to_boolean()
Our unit tests already pass a NULL argument in cases where the input
string is not a valid true or false string. If the input string were
valid, those calls would seg fault.
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>