[][src]Function nix::unistd::execve

pub fn execve(path: &CString, args: &[CString], env: &[CString]) -> Result<()>