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