pub unsafe extern "C" fn CSTL_wstring_push_back(
instance: CSTL_WideStringRef,
ch: wchar_t,
alloc: *mut CSTL_Alloc,
) -> boolExpand description
Appends the character ch to the end of the string.
If CSTL_wstring_size(instance) == CSTL_wstring_max_size() this function
has no effect and returns false, otherwise it returns true.