pub fn move_string(s: &str) -> String
Helper to create a string argument for Move functions.
Move strings are UTF-8 encoded vectors of bytes.
let name = move_string("Alice");