Function ion_c_sys::ion_string_get_length[][src]

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

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

@param str must not be null.

@return may be zero.