pub unsafe extern "C" fn furi_string_cat_vprintf(
    string: *mut FuriString,
    format: *const [i8; 0],
    args: u32
) -> i32
Expand description

@brief Append to the string the formatted string of the given printf format. @param string @param format @param args @return int