Type Alias PGET_RUNTIME_FUNCTION_CALLBACK

Source
pub type PGET_RUNTIME_FUNCTION_CALLBACK = GET_RUNTIME_FUNCTION_CALLBACK;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.