Creates a new mask from a buffer.
impl CpuMask { fn new_mut(buf: &mut [u8]) -> &mut CpuMask }
The buffer which contains the bitset of CPUs.