pub type snd_timer_tread_t = _snd_timer_tread;
#[repr(C)]pub struct snd_timer_tread_t { pub event: u32, pub tstamp: timespec, pub val: u32, }
event: u32
tstamp: timespec
val: u32