Type Alias PWLDP_ISPRODUCTIONCONFIGURATION_API
pub type PWLDP_ISPRODUCTIONCONFIGURATION_API = Option<unsafe extern "system" fn(isproductionconfiguration: *mut BOOL) -> HRESULT>;Aliased Type§
pub enum PWLDP_ISPRODUCTIONCONFIGURATION_API {
None,
Some(unsafe extern "system" fn(*mut BOOL) -> HRESULT),
}