Function CSTL_wstring_const_index

Source
pub unsafe extern "C" fn CSTL_wstring_const_index(
    instance: CSTL_WideStringCRef,
    pos: usize,
) -> *const wchar_t
Expand description

Returns a const pointer to the character at pos.

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