pub fn expect_arg<'a>( args: &'a [Value], index: usize, fn_name: &str, ) -> Result<&'a Value, Fault>
Require args[index] to exist.
args[index]