Draft: fix: decimal serialization/deserialization format
If a decimal is an argument in the FunctionArgs structure (get it from the Lua decimal.new()), we fail on deserialization: expecting to have Ext(c_char, ByteBuf) instead of Ext((c_char, ByteBuf)) as we had before.