pub unsafe fn lua_getglobal(L: *mut lua_State, name: *const c_char) -> lua_Type
Gets a global variable with the given name and pushes it onto the stack.