pub unsafe extern "C" fn furi_string_set_n(
    string: *mut FuriString,
    source: *const FuriString,
    offset: usize,
    length: usize
)
Expand description

@brief Set the string to the n first characters of other one. @param string @param source @param offset @param length