Function windows::Win32::UI::ColorSystem::ColorProfileRemoveDisplayAssociation
pub unsafe fn ColorProfileRemoveDisplayAssociation<P0, P1>(
scope: WCS_PROFILE_MANAGEMENT_SCOPE,
profilename: P0,
targetadapterid: LUID,
sourceid: u32,
dissociateadvancedcolor: P1,
) -> Result<()>where
P0: Param<PCWSTR>,
P1: Param<BOOL>,