furi_string_alloc_set

Function furi_string_alloc_set 

Source
pub unsafe extern "C" fn furi_string_alloc_set(
    source: *const FuriString,
) -> *mut FuriString
Expand description

Allocate new FuriString and set it to string.

Allocate & Set the string a to the string.

§Arguments

  • source - The source FuriString instance

§Returns

pointer to the new instance of FuriString