Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

preadv64

Function preadv64 

Source
pub unsafe extern "C" fn preadv64(
    fd: c_int,
    iov: *const iovec,
    iovcnt: c_int,
    offset: off64_t,
) -> ssize_t