pub fn add_char(buf: &mut LuaBuffer, c: u8)
Append a single byte to buf.
buf
C: #define luaL_addchar(B,c) ...
#define luaL_addchar(B,c) ...