Function lua_gethook

Source
pub unsafe extern "C-unwind" fn lua_gethook(
    L: *mut lua_State,
) -> Option<unsafe extern "C-unwind" fn(*mut lua_State, *mut lua_Debug)>