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 -
  • source -
  • offset -
  • length -