Function libc::sendfile

source ยท
pub unsafe extern "C" fn sendfile(
    fd: c_int,
    s: c_int,
    offset: off_t,
    len: *mut off_t,
    hdtr: *mut sf_hdtr,
    flags: c_int,
) -> c_int