Function ColorProfileRemoveDisplayAssociation
pub unsafe fn ColorProfileRemoveDisplayAssociation<P1>(
scope: WCS_PROFILE_MANAGEMENT_SCOPE,
profilename: P1,
targetadapterid: LUID,
sourceid: u32,
dissociateadvancedcolor: bool,
) -> Result<()>where
P1: Param<PCWSTR>,