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