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