pub fn push_result_size( state: &mut LuaState, buf: &mut LuaBuffer, sz: usize, ) -> Result<(), LuaError>
Add sz bytes to the buffer count then call push_result.
sz
push_result