frida_sysType Alias GTypePluginClass
source pub type GTypePluginClass = _GTypePluginClass;
struct GTypePluginClass {
pub base_iface: _GTypeInterface,
pub use_plugin: Option<unsafe extern "C" fn(_: *mut _GTypePlugin)>,
pub unuse_plugin: Option<unsafe extern "C" fn(_: *mut _GTypePlugin)>,
pub complete_type_info: Option<unsafe extern "C" fn(_: *mut _GTypePlugin, _: u32, _: *mut _GTypeInfo, _: *mut _GTypeValueTable)>,
pub complete_interface_info: Option<unsafe extern "C" fn(_: *mut _GTypePlugin, _: u32, _: u32, _: *mut _GInterfaceInfo)>,
}