pub unsafe fn lua_l_traceback(
L: *mut lua_State,
L1: *mut lua_State,
msg: Option<&str>,
level: c_int,
)Expand description
Build a traceback string from L1, optionally prepending msg, and push
the result onto L. Faithful 1:1 port of luaL_traceback from
luau/VM/src/laux.cpp:381-425.