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

sendfile

Function sendfile 

Source
pub unsafe extern "C" fn sendfile(
    out_fd: c_int,
    in_fd: c_int,
    offset: *mut off_t,
    count: size_t,
) -> ssize_t