libc

Function readlink

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