pub type PbCreateType = CreateType;
#[repr(i32)]pub enum PbCreateType { Unspecified = 0, Background = 1, Foreground = 2, }