pub unsafe extern "C" fn furi_string_move(
    string_1: *mut FuriString,
    string_2: *mut FuriString
)
Expand description

Move string_2 content to string_1. Set the string to the other one, and destroy the other one.

Arguments

  • string_1 -
  • string_2 -