1pub const LUA_INTLIBNAME: &str = "integer"; 2 3extern "C" { 4 pub fn luaopen_integer(L: *mut crate::records::lua_state::LuaState) -> core::ffi::c_int; 5}