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

pub type EXT_TRIAGE_FOLLOWUP = Option<unsafe extern "system" fn(client: Option<IDebugClient4>, symbolname: PCSTR, ownerinfo: *mut DEBUG_TRIAGE_FOLLOWUP_INFO) -> u32>;

Aliased Type§

enum EXT_TRIAGE_FOLLOWUP {
    None,
    Some(unsafe extern "system" fn(_: Option<IDebugClient4>, _: PCSTR, _: *mut DEBUG_TRIAGE_FOLLOWUP_INFO) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: Option<IDebugClient4>, _: PCSTR, _: *mut DEBUG_TRIAGE_FOLLOWUP_INFO) -> u32)

Some value of type T.