[][src]Function pm_rlua::lua_sethook

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