pub unsafe extern "C" fn CSTL_string_const_front(
instance: CSTL_StringCRef,
) -> *const c_charExpand description
Returns a const pointer to the first character.
If CSTL_string_empty(instance) == true the behavior is undefined.
pub unsafe extern "C" fn CSTL_string_const_front(
instance: CSTL_StringCRef,
) -> *const c_charReturns a const pointer to the first character.
If CSTL_string_empty(instance) == true the behavior is undefined.