pub type POUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK = Option<unsafe extern "system" fn(process: HANDLE, tableaddress: *const c_void, entries: *mut u32, functions: *mut *mut IMAGE_RUNTIME_FUNCTION_ENTRY) -> u32>;
Expand description

Required features: "Win32_Foundation", "Win32_System_Diagnostics_Debug"

Aliased Type§

enum POUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: isize, _: *const c_void, _: *mut u32, _: *mut *mut IMAGE_RUNTIME_FUNCTION_ENTRY) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: isize, _: *const c_void, _: *mut u32, _: *mut *mut IMAGE_RUNTIME_FUNCTION_ENTRY) -> u32)

Some value of type T.