pub type PCLUSAPI_CLUSTER_REG_ENUM_KEY = Option<unsafe extern "system" fn(hkey: HKEY, dwindex: u32, lpszname: PWSTR, lpcchname: *mut u32, lpftlastwritetime: *mut FILETIME) -> i32>;

Aliased Type§

enum PCLUSAPI_CLUSTER_REG_ENUM_KEY {
    None,
    Some(unsafe extern "system" fn(_: HKEY, _: u32, _: PWSTR, _: *mut u32, _: *mut FILETIME) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: HKEY, _: u32, _: PWSTR, _: *mut u32, _: *mut FILETIME) -> i32)

Some value of type T.