pub type htmlEntityDesc = _htmlEntityDesc;
#[repr(C)]pub struct htmlEntityDesc { pub value: u32, pub name: *const i8, pub desc: *const i8, }
value: u32
name: *const i8
desc: *const i8