Type Alias frida_gum_sys::GErrorInitFunc

source ·
pub type GErrorInitFunc = Option<unsafe extern "C" fn(error: *mut GError)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.