pub fn move_cli(
    natives: Vec<(AccountAddress, Identifier, Identifier, NativeFunction)>,
    cost_table: &CostTable,
    error_descriptions: &ErrorMapping
) -> Result<()>