struct tarpc_timespec

struct timespec

struct tarpc_timespec {
    // fields

    int64_t tv_sec;
    int64_t tv_nsec;
};