Type Definition lua_Hook
lua_rs::ffi::lua
type lua_Hook = Option<extern "C" fn(_: *mut lua_State, _: *mut lua_Debug)>;