pub type PWLDP_QUERYWINDOWSLOCKDOWNRESTRICTION_API = Option<unsafe extern "system" fn(lockdownrestriction: *mut WLDP_WINDOWS_LOCKDOWN_RESTRICTION) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut WLDP_WINDOWS_LOCKDOWN_RESTRICTION) -> HRESULT)

Some value of type T.