pub type PbRefreshState = RefreshState;
#[repr(i32)]pub enum PbRefreshState { Unspecified = 0, Idle = 1, Refreshing = 2, Finishing = 3, }