pub fn write<E>( ctrl: &mut TargetController<E>, fd: u64, buf: u64, count: u64, ) -> Result<u64, CouldNotResume>where E: Executing,
Call the write system call in the target process.
write