Function lua_sethook

Source
pub unsafe extern "C-unwind" fn lua_sethook(
    L: *mut lua_State,
    func: Option<unsafe extern "C-unwind" fn(*mut lua_State, *mut lua_Debug)>,
    mask: i32,
    count: i32,
)