pub type PCLUSAPI_OPEN_CLUSTER_RESOURCE = Option<unsafe extern "system" fn(hcluster: HCLUSTER, lpszresourcename: PCWSTR) -> HRESOURCE>;

Aliased Type§

enum PCLUSAPI_OPEN_CLUSTER_RESOURCE {
    None,
    Some(unsafe extern "system" fn(_: HCLUSTER, _: PCWSTR) -> HRESOURCE),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.