pub unsafe extern "C" fn lua_setglobal(
    L: *mut lua_State,
    name: *const c_char
)