struct tarpc_write_at_offset_in

struct tarpc_write_at_offset_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd;
    uint8_t buf;
    tarpc_off_t offset;
};