Function SetupDiCreateDeviceInfoW

Source
pub unsafe extern "system" fn SetupDiCreateDeviceInfoW(
    DeviceInfoSet: HDEVINFO,
    DeviceName: PCWSTR,
    ClassGuid: *const GUID,
    DeviceDescription: PCWSTR,
    hwndParent: HWND,
    CreationFlags: DWORD,
    DeviceInfoData: PSP_DEVINFO_DATA,
) -> BOOL