struct tarpc_read_fd_out

struct tarpc_read_fd_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_int retval;
    uint8_t buf;
};