pub type PCLUSAPI_CLUSTER_REG_DELETE_KEY_EX = Option<unsafe extern "system" fn(hkey: HKEY, lpsubkey: PCWSTR, lpszreason: PCWSTR) -> i32>;

Aliased Type§

enum PCLUSAPI_CLUSTER_REG_DELETE_KEY_EX {
    None,
    Some(unsafe extern "system" fn(_: HKEY, _: PCWSTR, _: PCWSTR) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HKEY, _: PCWSTR, _: PCWSTR) -> i32)

Some value of type T.