pub type xmlNotation = _xmlNotation;
#[repr(C)]pub struct xmlNotation { pub name: *const u8, pub PublicID: *const u8, pub SystemID: *const u8, }
name: *const u8
PublicID: *const u8
SystemID: *const u8