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