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