pub type yaml_node_pair_t = yaml_node_pair_s;
#[repr(C)]pub struct yaml_node_pair_t { pub key: i32, pub value: i32, }
key: i32
value: i32