pub type string = basic_string<Pod<i8>>;
对应std::string
std::string
#[repr(C)]pub struct string { /* private fields */ }