Returns a canonicalized absolute path.
fn real_path<P>(path: P) -> Result<CString<Libc>, Errno> where P: ToCString,
The path to canonicalize.
The path will not contain any /./, /../, or //.
/./
/../
//
realpath(3)