bool assert_string_equal(const string_t actual, const string_t expected)
Check if the two strings are equal. If they are not equal, print the expected and actual strings.
bool assert_string_not_equal(const string_t actual, const string_t expected)
Check if the two strings are not equal. If they are equal, print the expected and actual strings.