pub unsafe extern "C" fn CSTL_u32string_at(
instance: CSTL_UTF32StringRef,
pos: usize,
) -> *mut char32_tExpand description
Returns a pointer to the character at pos.
If pos >= CSTL_u32string_length(instance) a null pointer is returned.
pub unsafe extern "C" fn CSTL_u32string_at(
instance: CSTL_UTF32StringRef,
pos: usize,
) -> *mut char32_tReturns a pointer to the character at pos.
If pos >= CSTL_u32string_length(instance) a null pointer is returned.