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