pub type StringWrapper = StringWrapper;
#[repr(C)]pub struct StringWrapper { pub value: String, }
value: String