flipperzero_sys

Function furi_string_utf8_length

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

Compute the length in UTF8 characters in the string.

§Arguments

  • string - The FuriString instance

§Returns

strings size