pub type PWINDBG_EXTENSION_DLL_INIT32 = Option<unsafe extern "system" fn(lpextensionapis: *mut WINDBG_EXTENSION_APIS32, majorversion: u16, minorversion: u16)>;
Expand description

Required features: "Win32_System_Kernel"

Aliased Type§

enum PWINDBG_EXTENSION_DLL_INIT32 {
    None,
    Some(unsafe extern "system" fn(_: *mut WINDBG_EXTENSION_APIS32, _: u16, _: u16)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut WINDBG_EXTENSION_APIS32, _: u16, _: u16))

Some value of type T.