/// Opaque ATMI client identifier returned by `TpSvcInfo::cltid()`.
/// Pass it to `AtmiCtx::tpnotify()`.
pub type ClientId = crateCLIENTID;
/// Transaction identifier filled by `tpsuspend` and consumed by `tpresume`.
crateTPTRANID);
/// Opaque ATMI context handle returned by `tpgetctxt` / used by `tpsetctxt`.
/// Useful when migrating a context between threads (requires `ctx-send` feature).
crateTPCONTEXT_T);