flipperzero_sysFunction furi_string_size
Source pub unsafe extern "C" fn furi_string_size(
string: *const FuriString,
) -> usize
Expand description
Get string size (usually length, but not for UTF-8)
§Arguments
string - The FuriString instance
§Returns
size of the string