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

@brief Set the string to the n first characters of the C string. @param string @param source @param length