pub type PFN_WEB_CORE_SET_METADATA_DLL_ENTRY = Option<unsafe extern "system" fn(pszmetadatatype: PCWSTR, pszvalue: PCWSTR) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.