pub type PbOrderType = OrderType;
struct PbOrderType { pub direction: i32, pub nulls_are: i32, }
direction: i32
nulls_are: i32