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

sendfile64

Function sendfile64 

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