pub(super) fn sys_sigprocmask( task: &Sel4Task, how: u8, set: *const SigSet, old: *mut SigSet, ) -> SysResult