Type Alias frida_sys::GInterfaceInfo

source ·
pub type GInterfaceInfo = _GInterfaceInfo;

Aliased Type§

struct GInterfaceInfo {
    pub interface_init: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void)>,
    pub interface_finalize: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void)>,
    pub interface_data: *mut c_void,
}

Fields§

§interface_init: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void)>§interface_finalize: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void)>§interface_data: *mut c_void