Function flipperzero_sys::furi_string_alloc_move
source · pub unsafe extern "C" fn furi_string_alloc_move(
source: *mut FuriString
) -> *mut FuriStringExpand description
Allocate new FuriString and move source string content to it. Allocate the string, set it to the other one, and destroy the other one.
Returns:
- FuriString*
Arguments
source-