Function otter_api_tests::unistd::pivot_root[]

pub fn pivot_root<P1, P2>(new_root: &P1, put_old: &P2) -> Result<(), Error> where
    P1: NixPath + ?Sized,
    P2: NixPath + ?Sized