pub unsafe extern "C" fn furi_string_set_strn(
    string: *mut FuriString,
    source: *const [i8; 0],
    length: usize
)
Expand description

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