winapi::um::winnt

Type Alias PGET_RUNTIME_FUNCTION_CALLBACK

Source
pub type PGET_RUNTIME_FUNCTION_CALLBACK = Option<unsafe extern "C" fn(ControlPc: DWORD64, Context: PVOID) -> PRUNTIME_FUNCTION>;

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.