Type Alias windows::Win32::System::Diagnostics::Debug::Extensions::EXT_RELOAD_TRIAGER

pub type EXT_RELOAD_TRIAGER = Option<unsafe extern "system" fn(client: Option<IDebugClient4>) -> HRESULT>;

Aliased Type§

enum EXT_RELOAD_TRIAGER {
    None,
    Some(unsafe extern "system" fn(_: Option<IDebugClient4>) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: Option<IDebugClient4>) -> HRESULT)

Some value of type T.