pub type netsnmp_index = Struct_netsnmp_index_s;
#[repr(C)]pub struct netsnmp_index { pub len: usize, pub oids: *mut u64, }
len: usize
oids: *mut u64