pub type au_tid_t = au_tid;
#[repr(C)]pub struct au_tid_t { pub port: i32, pub machine: u32, }
port: i32
machine: u32