pub unsafe extern "C" fn furi_string_utf8_length(
    string: *mut FuriString
) -> usize
Expand description

@brief Compute the length in UTF8 characters in the string. @param string @return size_t