pub type snd_seq_addr_t = snd_seq_addr;
#[repr(C)]pub struct snd_seq_addr_t { pub client: u8, pub port: u8, }
client: u8
port: u8