pub unsafe extern "C" fn furi_string_set_n(
string: *mut FuriString,
source: *const FuriString,
offset: usize,
length: usize,
)Expand description
Set the string to the n first characters of other one.
ยงArguments
string- The FuriString instancesource- The sourceoffset- The offsetlength- The length