frida_sysType Alias GSourceFuncs
source pub type GSourceFuncs = _GSourceFuncs;
struct GSourceFuncs {
pub prepare: Option<unsafe extern "C" fn(_: *mut _GSource, _: *mut i32) -> i32>,
pub check: Option<unsafe extern "C" fn(_: *mut _GSource) -> i32>,
pub dispatch: Option<unsafe extern "C" fn(_: *mut _GSource, _: Option<unsafe extern "C" fn(_: *mut c_void) -> i32>, _: *mut c_void) -> i32>,
pub finalize: Option<unsafe extern "C" fn(_: *mut _GSource)>,
pub closure_callback: Option<unsafe extern "C" fn(_: *mut c_void) -> i32>,
pub closure_marshal: Option<unsafe extern "C" fn()>,
}