pub unsafe extern "C" fn CSTL_wstring_front(
instance: CSTL_WideStringRef,
) -> *mut wchar_tExpand description
Returns a pointer to the first character.
If CSTL_wstring_empty(instance) == true the behavior is undefined.
pub unsafe extern "C" fn CSTL_wstring_front(
instance: CSTL_WideStringRef,
) -> *mut wchar_tReturns a pointer to the first character.
If CSTL_wstring_empty(instance) == true the behavior is undefined.