Type Alias frida_sys::GSourceDisposeFunc

source ·
pub type GSourceDisposeFunc = Option<unsafe extern "C" fn(source: *mut GSource)>;

Aliased Type§

enum GSourceDisposeFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut _GSource)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _GSource))

Some value of type T.