pub type PbOp = Op;
#[repr(i32)]pub enum PbOp { Unspecified = 0, Insert = 1, Delete = 2, UpdateInsert = 3, UpdateDelete = 4, }