pub type Agobj_t = Agobj_s;
#[repr(C)]pub struct Agobj_t { pub tag: Agtag_s, pub data: *mut Agrec_s, }
tag: Agtag_s
data: *mut Agrec_s