Function SetupDiSetDevicePropertyW

Source
pub unsafe extern "system" fn SetupDiSetDevicePropertyW(
    DeviceInfoSet: HDEVINFO,
    DeviceInfoData: PSP_DEVINFO_DATA,
    PropertyKey: *const DEVPROPKEY,
    PropertyType: DEVPROPTYPE,
    PropertyBuffer: *const BYTE,
    PropertyBufferSize: DWORD,
    Flags: DWORD,
) -> BOOL