struct tarpc_truncate_in

struct tarpc_truncate_in {
    // fields

    struct tarpc_in_arg common;
    string path;
    tarpc_off_t length;
};