pub unsafe extern "C" fn CSTL_string_const_index(
instance: CSTL_StringCRef,
pos: usize,
) -> *const c_charExpand description
Returns a const pointer to the character at pos.
If pos >= CSTL_string_length(instance) the behavior is undefined.