pub fn sys_chmod( path_ptr: u64, path_len: u64, mode: u64, ) -> Result<u64, SyscallError>
SYS_CHMOD (452): Change file mode bits.