pub type PWINDBG_OLD_EXTENSION_ROUTINE = Option<unsafe extern "system" fn(dwcurrentpc: u32, lpextensionapis: *mut WINDBG_EXTENSION_APIS, lpargumentstring: PCSTR)>;
Expand description

Required features: "Win32_System_Kernel"

Aliased Type§

enum PWINDBG_OLD_EXTENSION_ROUTINE {
    None,
    Some(unsafe extern "system" fn(_: u32, _: *mut WINDBG_EXTENSION_APIS, _: *const u8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u32, _: *mut WINDBG_EXTENSION_APIS, _: *const u8))

Some value of type T.