struct tarpc_namespace_id2str_out

struct tarpc_namespace_id2str_out {
    // fields

    struct tarpc_out_arg common;
    char str;
    tarpc_int retval;
};