pub unsafe fn WcmSetProperty<P0>(
    pinterface: Option<*const GUID>,
    strprofilename: P0,
    property: WCM_PROPERTY,
    preserved: Option<*const c_void>,
    pbdata: Option<&[u8]>
) -> u32
where P0: IntoParam<PCWSTR>,