pub unsafe extern "C" fn CSTL_u8string_at(
instance: CSTL_UTF8StringRef,
pos: usize,
) -> *mut char8_tExpand description
Returns a pointer to the character at pos.
If pos >= CSTL_u8string_length(instance) a null pointer is returned.
pub unsafe extern "C" fn CSTL_u8string_at(
instance: CSTL_UTF8StringRef,
pos: usize,
) -> *mut char8_tReturns a pointer to the character at pos.
If pos >= CSTL_u8string_length(instance) a null pointer is returned.