pub unsafe extern "C" fn furi_string_vprintf(
    string: *mut FuriString,
    format: *const c_char,
    args: va_list
) -> c_int
Expand description

@brief Format in the string the given printf format @param string @param format @param args @return int