Function mlua_sys::lua51::lua::lua_sethook
source · pub unsafe extern "C" fn lua_sethook(
L: *mut lua_State,
func: Option<lua_Hook>,
mask: c_int,
count: c_int
) -> c_int
Available on crate features
lua51
or luajit
only.