pub type yaml_mark_t = yaml_mark_s;
#[repr(C)]pub struct yaml_mark_t { pub index: usize, pub line: usize, pub column: usize, }
index: usize
line: usize
column: usize