pub unsafe extern "C-unwind" fn lua_panic_handler( l: *mut State, ) -> c_int
Panic function that’s similar to the panic function defined in lauxlib.h.
lauxlib.h
l must be a valid pointer to a Lua state.
l