Function posix_spawnp

fn posix_spawnp<SA: AsRef<std::ffi::CStr>, SE: AsRef<std::ffi::CStr>>(path: &CStr, file_actions: &PosixSpawnFileActions, attr: &PosixSpawnAttr, args: &[SA], envp: &[SE]) -> Result<Pid>

Create a new child process from the specified process image. See posix_spawnp.