Assert an expression (such as a string) does not end with an expression (such as a string).
let a = "foogoo"; let b = "foo"; assert_not_ends_with!(a, b);
assert_not_ends_with
assert_not_ends_with_as_result
debug_assert_not_ends_with