pub type lua_Hook = Option<unsafe extern "C" fn(L: *mut lua_State, ar: *mut lua_Debug)>;Expand description
<https://www.lua.org/manual/5.1/manual.html#lua_Hook >
Aliased Type§
pub enum lua_Hook {
None,
Some(unsafe extern "C" fn(*mut lua_State, *mut lua_Debug)),
}