Function SetupDiSetDeviceRegistryPropertyW
pub unsafe fn SetupDiSetDeviceRegistryPropertyW(
deviceinfoset: HDEVINFO,
deviceinfodata: *mut SP_DEVINFO_DATA,
property: SETUP_DI_REGISTRY_PROPERTY,
propertybuffer: Option<&[u8]>,
) -> Result<()>