pub type PCLUSAPI_EVICT_CLUSTER_NODE_EX2 = Option<unsafe extern "system" fn(hnode: HNODE, dwtimeout: u32, phrcleanupstatus: *mut HRESULT, lpszreason: PCWSTR) -> u32>;

Aliased Type§

enum PCLUSAPI_EVICT_CLUSTER_NODE_EX2 {
    None,
    Some(unsafe extern "system" fn(_: HNODE, _: u32, _: *mut HRESULT, _: PCWSTR) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HNODE, _: u32, _: *mut HRESULT, _: PCWSTR) -> u32)

Some value of type T.