Type Definition rlua_lua54_sys::bindings::lua_Hook

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