pub fn move_none() -> Vec<u8> ⓘ
Helper to create an Option::None argument for Move.
Option::None
let maybe_value: Vec<u8> = move_none();