Type Definition lua53_sys::lua::lua_Hook [] [src]

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