pub type snd_timestamp_t = timeval;
Timestamp
#[repr(C)]pub struct snd_timestamp_t { pub tv_sec: i64, pub tv_usec: i64, }
tv_sec: i64
tv_usec: i64