pub type MATitem = Struct__MATitem;
#[repr(C)]pub struct MATitem { pub rownr: i32, pub colnr: i32, pub value: f64, }
rownr: i32
colnr: i32
value: f64