pub type LPEXCEPFINO_DEFERRED_FILLIN = Option<unsafe extern "system" fn(pexcepinfo: *mut EXCEPINFO) -> HRESULT>;

Aliased Type§

enum LPEXCEPFINO_DEFERRED_FILLIN {
    None,
    Some(unsafe extern "system" fn(_: *mut EXCEPINFO) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut EXCEPINFO) -> HRESULT)

Some value of type T.