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