pub type value_string = _value_string;
#[repr(C)]pub struct value_string { pub value: u32, pub strptr: *const i8, }
value: u32
strptr: *const i8