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

Get string size (usually length, but not for UTF-8)

Returns:

  • size_t

Arguments

  • string -