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