pub type GumResolveExportFunc = Option<unsafe extern "C" fn(module_name: *const c_char, symbol_name: *const c_char, user_data: gpointer) -> GumAddress>;

Aliased Type§

enum GumResolveExportFunc {
    None,
    Some(unsafe extern "C" fn(_: *const i8, _: *const i8, _: *mut c_void) -> u64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const i8, _: *const i8, _: *mut c_void) -> u64)

Some value of type T.