pub unsafe extern "C" fn CSTL_u32string_compare(
left: *const char32_t,
right: *const char32_t,
) -> c_intExpand description
Compare two null-terminated character sequences.
The return value is negative if left compares less than right,
positive if it compares greater and zero if left and right
compare equal.
There is no CSTL_UTF32String version of this function as the return
value does not allow for reporting out of bounds errors.