pub type PreconditionOperation = Operation;
#[repr(i32)]pub enum PreconditionOperation { Unspecified = 0, MustNotMatch = 1, MustMatch = 2, }