pub type PanelWorkspaceForeach = Option<unsafe extern "C" fn(*mut PanelWorkspace, gpointer)>;
pub enum PanelWorkspaceForeach { None, Some(unsafe extern "C" fn(*mut PanelWorkspace, *mut c_void)), }
No value.
Some value of type T.
T