pub fn add_size(buf: &mut LuaBuffer, sz: usize)
Append sz to the length counter (used after writing directly into the buffer).
sz
C: #define luaL_addsize(B,s) ((B)->n += (s))
#define luaL_addsize(B,s) ((B)->n += (s))