pub type PWLDP_RESETWCOSPRODUCTIONCONFIGURATION_API = Option<unsafe extern "system" fn() -> HRESULT>;

Aliased Type§

enum PWLDP_RESETWCOSPRODUCTIONCONFIGURATION_API {
    None,
    Some(unsafe extern "system" fn() -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn() -> HRESULT)

Some value of type T.