pub const SYS_HANDLE_WAIT: usize = 3; // 3usizeExpand description
Wait on a capability handle until it becomes ready or the timeout expires.
handle: capability handle to wait ontimeout_ns: maximum wait time in nanoseconds (0 = infinite)
Returns 0 on success, -ETIMEDOUT if the timeout expired.