Function aw::lua_sethook[][src]

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