Function readlink

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