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