Sets the current working directory.
fn set_cwd<P>(path: P) -> Result<(), Errno> where P: ToCString,
The path of the new current working directory.