Function ColorProfileSetDisplayDefaultAssociation
pub unsafe fn ColorProfileSetDisplayDefaultAssociation<P1>(
scope: WCS_PROFILE_MANAGEMENT_SCOPE,
profilename: P1,
profiletype: COLORPROFILETYPE,
profilesubtype: COLORPROFILESUBTYPE,
targetadapterid: LUID,
sourceid: u32,
) -> Result<()>where
P1: Param<PCWSTR>,