struct tarpc_te_fstat_in

struct tarpc_te_fstat_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd;
    struct tarpc_stat buf;
};