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