Function userland_execve::exec

source ·
pub fn exec(
    path: &Path,
    args: &[impl AsRef<CStr>],
    env: &[impl AsRef<CStr>]
) -> !