pub type BerValue = berval;
#[repr(C)]pub struct BerValue { pub bv_len: u32, pub bv_val: *mut i8, }
bv_len: u32
bv_val: *mut i8