Function nix::fcntl::readlink

source ·
pub fn readlink<'a, P: ?Sized + NixPath>(
    path: &P,
    buffer: &'a mut [u8]
) -> Result<&'a OsStr>