pub type Agnode_t = Agnode_s;
#[repr(C)]pub struct Agnode_t { pub base: Agobj_s, pub root: *mut Agraph_s, pub mainsub: Agsubnode_s, }
base: Agobj_s
root: *mut Agraph_s
mainsub: Agsubnode_s