pub unsafe extern "C" fn readlink(
    path: *const i8,
    buf: *mut i8,
    bufsz: usize
) -> isize