pub fn spawn( job: &Job, options: SpawnOptions, path: &CStr, argv: &[&CStr], ) -> Result<Process, Status>
Spawn a process in the given job.
job