Function windows::Win32::UI::Shell::PropertiesSystem::PSSetPropertyValue

pub unsafe fn PSSetPropertyValue<P0, P1>(
    pps: P0,
    ppd: P1,
    propvar: *const PROPVARIANT
) -> Result<()>
where P0: Param<IPropertyStore>, P1: Param<IPropertyDescription>,