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: IntoParam<PCWSTR>, P1: IntoParam<BOOL>, P2: IntoParam<BOOL>,