furi_string_set_strn

Function furi_string_set_strn 

Source
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 instance
  • source - The source
  • length - The length