[][src]Function uapi::preadv2

pub fn preadv2(
    fd: c_int,
    bufs: &mut [IoSliceMut],
    offset: loff_t,
    flags: c_int
) -> Result<usize>