pub type HistEventW = histeventW;
#[repr(C)]pub struct HistEventW { pub num: i32, pub str_: *const u32, }
num: i32
str_: *const u32