Type Definition lua_jit_sys::lua_Hook [] [src]

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