struct tarpc_te_fstat64_in

struct tarpc_te_fstat64_in {
    // fields

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