pub type PyDataType = Wrap<DataType>;
#[repr(transparent)]pub struct PyDataType(pub DataType);
0: DataType