pub type GoString = _GoString_;
#[repr(C)]pub struct GoString { pub p: *const i8, pub n: isize, }
p: *const i8
n: isize