[][src]Type Definition ndless_sys::lua_Hook

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