所有这些类型都可以通过使用正确类型和值的可选初始值设定项来调用它们来创建: >>>c_int()c_long(0)>>>c_char_p("Hello,World")c_char_p('Hello,World')>>>c_ushort
typedefatomic<unsignedchar>atomic_uchar;typedefatomic<short>atomic_short;typedefatomic<unsignedshort>atomic_ushort