pub type PCLUSAPI_OPEN_CLUSTER_EX = Option<unsafe extern "system" fn(lpszclustername: PCWSTR, dwdesiredaccess: u32, lpdwgrantedaccess: *mut u32) -> HCLUSTER>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.