[][src]Function ion_c_sys::ion_string_get_length

pub unsafe extern "C" fn ion_string_get_length(str_: *mut ION_STRING) -> c_int

Gets the number of UTF-8 bytes held by the string.

@param str must not be null.

@return may be zero.