Type Alias frida_sys::GInitableIface

source ·
pub type GInitableIface = _GInitableIface;

Aliased Type§

struct GInitableIface {
    pub g_iface: _GTypeInterface,
    pub init: Option<unsafe extern "C" fn(_: *mut _GInitable, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>,
}

Fields§

§g_iface: _GTypeInterface§init: Option<unsafe extern "C" fn(_: *mut _GInitable, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>