pub unsafe extern "C" fn furi_string_move(
destination: *mut FuriString,
source: *mut FuriString,
)Expand description
Move string_2 content to string_1.
Copy data from one string to another and destroy the source.
ยงArguments
destination- The destination FuriStringsource- The source FuriString