pub unsafe extern "C" fn furi_string_alloc_move(
    source: *mut FuriString
) -> *mut FuriString
Expand 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*