[][src]Function libc::readlink

pub unsafe extern "C" fn readlink(
    path: *const c_char,
    buf: *mut c_char,
    bufsz: size_t
) -> ssize_t