pub fn sys_readlinkat(
    dirfd: usize,
    pathname: *const u8,
    buf: *mut u8,
    bufsiz: usize
) -> isize