pub unsafe extern "C" fn ion_string_get_length(
str_: *mut ION_STRING,
) -> c_intExpand description
Gets the number of UTF-8 bytes held by the string.
@param str must not be null.
@return may be zero.
pub unsafe extern "C" fn ion_string_get_length(
str_: *mut ION_STRING,
) -> c_intGets the number of UTF-8 bytes held by the string.
@param str must not be null.
@return may be zero.