struct tarpc_job_send_in

struct tarpc_job_send_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_uint channel;
    uint8_t buf;
};