pub unsafe fn readlink( path: *const char, buf: *const char, bufsiz: size_t, ) -> Result<int>
Read value of a symbolic link.