pub type PWLDP_ISPRODUCTIONCONFIGURATION_API = Option<unsafe extern "system" fn(isproductionconfiguration: *mut BOOL) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.