Type Definition lua_rs::ffi::lua::lua_Hook

source ·
pub type lua_Hook = Option<extern "C" fn(l: *mut lua_State, ar: *mut lua_Debug)>;