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

Compute the length in UTF8 characters in the string.

Returns:

  • size_t

Arguments

  • string -