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

pwrite

Function pwrite 

Source
pub unsafe extern "C" fn pwrite(
    fd: c_int,
    buf: *const c_void,
    count: size_t,
    offset: off_t,
) -> ssize_t