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

pub type EXT_DECODE_ERROR = Option<unsafe extern "system" fn(pdecodeerror: *mut DEBUG_DECODE_ERROR)>;

Aliased Type§

enum EXT_DECODE_ERROR {
    None,
    Some(unsafe extern "system" fn(_: *mut DEBUG_DECODE_ERROR)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut DEBUG_DECODE_ERROR))

Some value of type T.