pub fn sys_pwrite( fd: u32, buf_ptr: u64, buf_len: u64, offset: u64, ) -> Result<u64, SyscallError>
SYS_PWRITE (457): Write at offset without changing fd position.