pub type Agrec_t = Agrec_s;
#[repr(C)]pub struct Agrec_t { pub name: *mut i8, pub next: *mut Agrec_s, }
name: *mut i8
next: *mut Agrec_s