Type Alias lua_Hook

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

Type for functions to be called on debug events.