Function windows_sys::Win32::Devices::Enumeration::Pnp::SwDeviceCreate

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