pub type arc = arc_st;
#[repr(C)]pub struct arc { pub r_cap: i16, pub cost: i16, pub head: *mut node_st, pub sister: *mut arc_st, }
r_cap: i16
cost: i16
head: *mut node_st
sister: *mut arc_st