pub type PFN_HSE_CACHE_INVALIDATION_CALLBACK = Option<unsafe extern "system" fn(pszurl: PCWSTR) -> HRESULT>;

Aliased Type§

enum PFN_HSE_CACHE_INVALIDATION_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR) -> HRESULT)

Some value of type T.