pub type PDEBUG_STACK_PROVIDER_FREESTACKSYMFRAMES = Option<unsafe extern "system" fn(stacksymframes: *const STACK_SYM_FRAME_INFO) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const STACK_SYM_FRAME_INFO) -> HRESULT)

Some value of type T.