pub unsafe extern "system" fn SwDeviceCreate(
    pszenumeratorname: PCWSTR,
    pszparentdeviceinstance: PCWSTR,
    pcreateinfo: *const SW_DEVICE_CREATE_INFO,
    cpropertycount: u32,
    pproperties: *const DEVPROPERTY,
    pcallback: SW_DEVICE_CREATE_CALLBACK,
    pcontext: *const c_void,
    phswdevice: *mut HSWDEVICE
) -> HRESULT
Expand description

Required features: "Win32_Devices_Properties", "Win32_Foundation", "Win32_Security"