struct tarpc_read_file_out

struct tarpc_read_file_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_bool retval;
    uint8_t buf;
    tarpc_size_t received;
};