pub unsafe fn ColorProfileAddDisplayAssociation<P0, P1, P2>(
    scope: WCS_PROFILE_MANAGEMENT_SCOPE,
    profilename: P0,
    targetadapterid: LUID,
    sourceid: u32,
    setasdefault: P1,
    associateasadvancedcolor: P2,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<BOOL>, P2: Param<BOOL>,