Function mlua_sys::lua53::lua::lua_sethook
source ยท pub unsafe extern "C-unwind" fn lua_sethook(
L: *mut lua_State,
func: Option<lua_Hook>,
mask: c_int,
count: c_int
)
Available on crate feature
lua53
only.