pub unsafe extern "C" fn furi_string_alloc_printf(
    format: *const [i8; 0],
     ...
) -> *mut FuriString
Expand description

@brief Allocate new FuriString and printf to it. Initialize and set a string to the given formatted value. @param format @param … @return FuriString*