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