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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.