Type Alias lua_Hook

Source
pub type lua_Hook = extern "C-unwind" fn(L: *mut lua_State, ar: *mut lua_Debug);
Expand description

TODO: Document this type.