pub unsafe extern "system" fn SetupDiCreateDeviceInfoA(
deviceinfoset: *const c_void,
devicename: PCSTR,
classguid: *const GUID,
devicedescription: PCSTR,
hwndparent: HWND,
creationflags: u32,
deviceinfodata: *mut SP_DEVINFO_DATA
) -> BOOL
Expand description
Required features: ‘Win32_Devices_DeviceAndDriverInstallation’, ‘Win32_Foundation’