pub unsafe fn lua_setglobal(state: *mut lua_State, name: *const c_char)
Pops a value from the stack and sets it as the new value of global name. [-1, +0, e]
name