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