pub type PWLDP_QUERYPOLICYSETTINGENABLED2_API = Option<unsafe extern "system" fn(setting: PCWSTR, enabled: *mut BOOL) -> HRESULT>;

Aliased Type§

enum PWLDP_QUERYPOLICYSETTINGENABLED2_API {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: *mut BOOL) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.