struct tarpc_ftruncate_in

struct tarpc_ftruncate_in {
    // fields

    struct tarpc_in_arg common;
    tarpc_int fd;
    tarpc_off_t length;
};