pub unsafe extern "C" fn pwritev2(
    fd: i32,
    iov: *const iovec,
    iovcnt: i32,
    offset: i64,
    flags: i32
) -> isize