pub type SAFEARRAYBOUND = tagSAFEARRAYBOUND;
#[repr(C)]pub struct SAFEARRAYBOUND { pub cElements: u32, pub lLbound: i32, }
cElements: u32
lLbound: i32