pub type snd_htimestamp_t = timespec;
Hi-res timestamp
struct snd_htimestamp_t { pub tv_sec: i64, pub tv_nsec: i64, }
tv_sec: i64
tv_nsec: i64