Function sys_pivot_root

Source
pub fn sys_pivot_root(new_root: &CStr, old_root: &CStr) -> Result<(), Error>