Function WcmSetProperty
pub unsafe fn WcmSetProperty<P1>(
pinterface: Option<*const GUID>,
strprofilename: P1,
property: WCM_PROPERTY,
preserved: Option<*const c_void>,
pbdata: Option<&[u8]>,
) -> u32where
P1: Param<PCWSTR>,