pub fn sys_kill(pid: i64, signum: u32) -> Result<u64, SyscallError>
SYS_KILL (320): POSIX kill semantics by pid/group.