Function CSTL_u8string_index

Source
pub unsafe extern "C" fn CSTL_u8string_index(
    instance: CSTL_UTF8StringRef,
    pos: usize,
) -> *mut char8_t
Expand description

Returns a pointer to the character at pos.

If pos >= CSTL_u8string_length(instance) the behavior is undefined.