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