Function CSTL_wstring_at

Source
pub unsafe extern "C" fn CSTL_wstring_at(
    instance: CSTL_WideStringRef,
    pos: usize,
) -> *mut wchar_t
Expand description

Returns a pointer to the character at pos.

If pos >= CSTL_wstring_length(instance) a null pointer is returned.