Function CSTL_u32string_back

Source
pub unsafe extern "C" fn CSTL_u32string_back(
    instance: CSTL_UTF32StringRef,
) -> *mut char32_t
Expand description

Returns a pointer to the last character.

If CSTL_u32string_empty(instance) == true the behavior is undefined.