pub unsafe extern "C" fn furi_string_set_strn(
string: *mut FuriString,
source: *const c_char,
length: usize,
)Expand description
Set the string to the n first characters of the C string.
ยงArguments
string- The FuriString instancesource- The sourcelength- The length