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

preadv

Function preadv 

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