Function lua_panic_handler

Source
pub unsafe extern "C-unwind" fn lua_panic_handler(
    l: *mut State,
) -> c_int
Expand description

Panic function that’s similar to the panic function defined in lauxlib.h.

§Safety

l must be a valid pointer to a Lua state.