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

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