pub unsafe extern "C" fn CSTL_wstring_const_back(
instance: CSTL_WideStringCRef,
) -> *const wchar_tExpand description
Returns a const pointer to the last character.
If CSTL_wstring_empty(instance) == true the behavior is undefined.
pub unsafe extern "C" fn CSTL_wstring_const_back(
instance: CSTL_WideStringCRef,
) -> *const wchar_tReturns a const pointer to the last character.
If CSTL_wstring_empty(instance) == true the behavior is undefined.