pub unsafe extern "C" fn CSTL_wstring_const_index(
instance: CSTL_WideStringCRef,
pos: usize,
) -> *const wchar_tExpand description
Returns a const pointer to the character at pos.
If pos >= CSTL_wstring_length(instance) the behavior is undefined.