pub type PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION = Option<unsafe extern "system" fn(streamtype: u32, minidumpstreambuffer: *const c_void, buffersize: u32) -> HRESULT>;

Aliased Type§

enum PDEBUG_STACK_PROVIDER_BEGINTHREADSTACKRECONSTRUCTION {
    None,
    Some(unsafe extern "system" fn(_: u32, _: *const c_void, _: u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u32, _: *const c_void, _: u32) -> HRESULT)

Some value of type T.