[][src]Type Definition luajit::ffi::lua::lua_Hook

type lua_Hook = Option<extern "C" fn(L: *mut lua_State, ar: *mut lua_Debug)>;