#[no_mangle]
pub unsafe extern "C" fn u_sendfile_ocall(
    error: *mut c_int,
    out_fd: c_int,
    in_fd: c_int,
    offset: *mut off_t,
    count: size_t
) -> ssize_t