pub type PRESUTIL_GET_CORE_CLUSTER_RESOURCES_EX = Option<unsafe extern "system" fn(hclusterin: HCLUSTER, phclusternameresourceout: *mut HRESOURCE, phclusteripaddressresourceout: *mut HRESOURCE, phclusterquorumresourceout: *mut HRESOURCE, dwdesiredaccess: u32) -> u32>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.