pub unsafe extern "C" fn CSTL_string_pop_back(
instance: CSTL_StringRef,
)Expand description
Appends the character ch to the end of the string.
If CSTL_string_size(instance) == CSTL_string_max_size() this function
has no effect and returns false, otherwise it returns true.