Function readlink

Source
pub unsafe extern "C" fn readlink(
    __path: *const c_char,
    __buf: *mut c_char,
    __buf_size: usize,
) -> isize