Function CSTL_wstring_front

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

Returns a pointer to the first character.

If CSTL_wstring_empty(instance) == true the behavior is undefined.