pub type AxCpuMask = CpuMask<{ ax_runtime::CPU_CAPACITY }>;
A mask to specify the CPU affinity.
pub struct AxCpuMask { /* private fields */ }