pub type BulbState = BulbState;
#[repr(transparent)]pub struct BulbState { pub repr: i32, }
repr: i32