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