pub fn vmsplice(
    fd: RawFd,
    iov: &[IoSlice<'_>],
    flags: SpliceFFlags
) -> Result<usize>