PSPropertyBag_WritePropertyKey

Function PSPropertyBag_WritePropertyKey 

pub unsafe fn PSPropertyBag_WritePropertyKey<P0, P1>(
    propbag: P0,
    propname: P1,
    value: *const PROPERTYKEY,
) -> Result<()>
where P0: Param<IPropertyBag>, P1: Param<PCWSTR>,