Function lua_setglobal

Source
pub unsafe fn lua_setglobal(L: *mut lua_State, name: *const c_char)
Expand description

Sets a global variable with the given name.