pub type GTypePluginUse = Option<unsafe extern "C" fn(plugin: *mut GTypePlugin)>;
Aliased Type§
pub enum GTypePluginUse {
None,
Some(unsafe extern "C" fn(*mut _GTypePlugin)),
}
pub type GTypePluginUse = Option<unsafe extern "C" fn(plugin: *mut GTypePlugin)>;
pub enum GTypePluginUse {
None,
Some(unsafe extern "C" fn(*mut _GTypePlugin)),
}