pub type t_atom = _atom;
#[repr(C)]pub struct t_atom { pub a_type: u32, pub a_w: word, }
a_type: u32
a_w: word