struct tarpc_fopen_in

struct tarpc_fopen_in {
    // fields

    struct tarpc_in_arg common;
    string path;
    string mode;
};