struct tarpc_mkstemp_out

struct tarpc_mkstemp_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_int fd;
    string pathname;
};