struct tarpc_read_file_ex_in

struct tarpc_read_file_ex_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd;
    uint8_t buf;
    tarpc_size_t len;
    tarpc_overlapped overlapped;
    string callback;
};