pub type LuaWriter<'a> = dyn FnMut(&[u8]) -> Result<(), LuaError> + 'a;
Writer-callback type for lua_dump. C: lua_Writer.
lua_dump
lua_Writer