pub const SYS_SEM_WAIT: usize = 231; // 231usize
Decrement (wait on) a semaphore. Blocks if the count is zero.
handle