[][src]Type Definition luajit2_sys::lua_Hook

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